home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9710 / 000071_owner-linux-arm…r.rutgers.edu _Thu Oct 16 23:35:00 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  3KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id XAA30033
  4.     for <willy@odie.fluff.org>; Thu, 16 Oct 1997 23:34:56 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 61300]) by nic.funet.fi with ESMTP id <10935-17628>; Fri, 17 Oct 1997 01:34:02 +0300
  6. Received: by vger.rutgers.edu id <971633-404>; Thu, 16 Oct 1997 17:25:57 -0400
  7. Received: from cheviot.ncl.ac.uk ([128.240.233.51] EHLO cheviot.ncl.ac.uk ident: IDENT-NOT-QUERIED [port 34634]) by vger.rutgers.edu with ESMTP id <971652-406>; Thu, 16 Oct 1997 17:24:20 -0400
  8. Received: from burnmoor.ncl.ac.uk by cheviot.ncl.ac.uk id <WAA03833@cheviot.ncl.ac.uk>
  9.   (8.7.6/ for ncl.ac.uk) with ESMTP; Thu, 16 Oct 1997 22:18:48 +0100 (BST)
  10. Received: from aidan.ncl.ac.uk (n5830472@aidan.ncl.ac.uk [128.240.233.1]) by burnmoor.ncl.ac.uk (8.7.6/8.6.10-cf revision 2 for Solaris 2.x) with SMTP id WAA24507; Thu, 16 Oct 1997 22:18:47 +0100 (BST)
  11. Received: (n5830472@localhost) by aidan.ncl.ac.uk (8.6.10/8.6.10-cf revision 1 for Solaris 2.x) id WAA05262; Thu, 16 Oct 1997 22:18:46 +0100
  12. Date:     Thu, 16 Oct 1997 22:18:45 +0100 (BST)
  13. From: "A.S.MCGough" <A.S.McGough@newcastle.ac.uk>
  14. To: ACORN ARM-LINUX PORT <linux-arm@vger.rutgers.edu>
  15. Subject: Fatal error: invalid listing option `r'
  16. Message-ID: <Pine.SOL.3.91-941213.971016221433.4675A-100000@aidan.ncl.ac.uk>
  17. MIME-Version: 1.0
  18. Content-Type: TEXT/PLAIN; charset=US-ASCII
  19. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  20. Sender: owner-linux-arm@vger.rutgers.edu
  21. Precedence: bulk
  22. Status: RO
  23.  
  24.  
  25. Ok changing the cross compiler line in config/arm/t-linux gets me further 
  26. but still won't compile, I now get as far as compiling libgcc1 but then 
  27. end up with the error stated in the subject line. The make ends with:
  28.  
  29. rm -f tmplibgcc1.a libgcc1.S
  30. cp ./config/arm/lib1funcs-linux.asm libgcc1.S
  31. for name in _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls; \
  32. do \
  33.   echo ${name}; \
  34.   ./xgcc -B./ -O2 -fomit-frame-pointer  -DCROSS_COMPILE -DIN_GCC   -g 
  35. -I./include -g0 -I. -I. -I./config -c -DL${name} libgcc1.S; \
  36.   if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  37.   mv libgcc1.o ${name}.o; \
  38.   /usr/arm-unknown-linuxaout/bin/ar -rc tmplibgcc1.a ${name}.o; \
  39.   rm -f ${name}.o; \
  40. done
  41. _udivsi3
  42. Assembler messages:
  43. Fatal error: invalid listing option `r'
  44. make: *** [libgcc1-asm.a] Error 1
  45.  
  46. With the line ./xgcc being the point where everything fails at.
  47.  
  48. any suggestions welcome.
  49.  
  50. steve..